﻿header {
    height: 1.35rem;
    box-shadow: 0rem 0rem 0.03rem 0rem 
        rgba(0, 0, 0, 0.25);
    padding-top: 0.45rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
}
.wrap {
    width: 12rem;
    margin: 0 auto;
}
.index-wrap {
    width: 12.5rem;
    margin: 0 auto;
}
header .logo {
    width: 2.62rem;
    float: left;
}
header .header-right {
    float: right;
    margin-top: 0.1rem;
}
header .header-nav {
    float: left;
}
header .header-nav ul li {
    float: left;
    margin: 0 0.27rem;
    position: relative;
}
header .header-nav ul li .hide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 1.5rem;
    text-align: center;
    font-size: 0.16rem;
    color: #484544;
    padding: 0.2rem 0 0;
    background: rgb(255, 255, 255, 0.9);
    display: none;
}
header .header-nav ul li .hide a {
    display: block;
    padding: 0.1rem;
    
}
header .header-nav ul li .hide a:hover {
    color: #fff;
    background-color: #e14d1e;
}
header .header-nav ul li>a {
    font-size: 0.16rem;
    color: #484544;
    padding-bottom: 0.17rem;
}
header .header-nav ul li:hover .hide{
    display: block;
}
header .header-nav ul li:hover>a,
header .header-nav ul li.on>a {
    border-bottom: 0.03rem solid #e06026;
    color: #e14d1e;
}
header .header-search {
    /* width: 0.13rem;
    height: 0.13rem; */
    position: relative;
    float: right;
}
header .header-search input {
    position: absolute;
    right: 100%;
    top: 0;
    /* display: none; */
    width: 0;
    transition: all .5s;
    border: none;
    font-size: 0.16rem;
}
header .header-search button {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}
header .header-search.on input{
    width: 150px;
    height: 30px;
    transition: all .5s;
    border: 1px solid #ccc;
}
.banners-box,
.banners-box .swiper-container{
    height: 100%;
}
.banners {
    height: 100%;
    background: url(../img/banners_1.jpg) center center no-repeat;
    background-size: cover;
}

.banners2 {
    height: 100%;
    background: url(../img/banners_1_1.jpg) center center no-repeat;
    background-size: cover;
}
.banners3 {
    height: 100%;
    background: url(../img/banners_1_3.jpg) center center no-repeat;
    background-size: cover;
}
.home-2,
.about-1 {
    height: 100%;
    background: url(../img/home-2_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.home-2 .home-about {

}
.home-2 .home-about .pic {
    width: 6rem;
    height: 3.91rem;
    float: left;
}
.home-2 .home-about .msg {
    width: 5.2rem;
    float: right;
} 
.home-2 .home-about .msg .title {
    font-size: 0.48rem;
    color: #11468d;
    font-weight: bold;
    line-height: 1.4;
}
.home-2 .home-about .msg .title img {
    width: 1.46rem;
    display: block;
    margin-left: 0.2rem;
}
.home-2 .home-about .msg .title::after {
    content: '';
    width: 0.82rem;
	height: 0.07rem;
    background-color: #e06026;
    display: block;
    margin: 0.22rem 0 0.34rem 0.57rem;
}
.home-2 .home-about .msg p {
    font-size: 0.16rem;
    color: #333333;
    margin-left: 0.33rem;
    line-height: 1.8;
}
.home-2 .home-about .msg a {
    width: 1.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border: solid 1px #bfbfbf;
    /* background-color: #e06026; */
    display: block;
    margin: 0.26rem 0 0 0;
    position: relative;
    margin-left: 0.33rem;
    color: #666;
    border-radius: 30px;
    font-size: 0.15rem;
}
.home-2 .home-about .msg a:hover {
    background-color: #e06026;
    border: solid 1px #e06026;
    color: #fff;
}
.home-2 .home-about .msg a img {
    width: 0.87rem;
    /* margin: 0.15rem auto 0;
    display: block; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.home-2 .home-about .msg a:hover img{
    left: 60%;
    transition: all .5s;
}
.home-2-bottom {
    height: 2rem;
    background-color: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0.6rem;
}
.home-2-bottom ul li {
    width: 20%;
    float: left;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}
.home-2-bottom ul li:last-child {
    border-right: none;
}
.home-2-bottom ul li p {

}
.home-2-bottom ul li p span {
    font-size: 0.48rem;
    font-family: Impact;
    color: #e04f1e;
}
.home-2-bottom ul li em {
    font-style: normal;
    vertical-align: top;
    font-size: 0.16rem;
    color: #888888;
}
.home-2-bottom ul li i {
    font-size: 0.16rem;
    color: #333333;
}
.common-title {
    text-align: center;
    position: relative;
}
.common-title p {
    font-size: 0.48rem;
    color: #11468d;
    font-weight: bold;
    /* background: #fff; */
    line-height: 1.4;
}
.common-title::after {
    content: '';
    display: block;
    width: 0.81rem;
    height: 0.06rem;
    background-color: #e06026;
    margin: 0.2rem auto 0;
}
.common-title span {
    font-family: Impact;
    font-size: 0.36rem;
    color: #bbbbbb;
	opacity: 0.3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.27rem;
    z-index: 0;
}
.home-3 .common-title {
    margin-top: 1.5rem;
}
.home-3 .home-3-list {
    margin-top: 0.9rem;
}
.home-3 .home-3-list ul li {
    width: 3.95rem;
    height: 2.62rem;
    position: relative;
    float: left;
    margin: 0.3rem 0.28rem 0 0;
}
.home-3 .home-3-list ul li:nth-child(-n+3){
    margin-top: 0;
}
.home-3 .home-3-list ul li:nth-child(3n){
    margin-right: 0;
}
.home-3 .home-3-list ul li .pic {
    width: 100%;
    height: 100%;
}
.home-3 .home-3-list ul li .msg {
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 0.3rem;
    transition: all .5s;
    margin-top: 0.9rem;
}
.home-3 .home-3-list ul li:hover .msg {
    margin-top: 0.5rem;
    transition: all .5s;
}
.home-3 .home-3-list ul li .msg .icon {
    height: 47px;
    position: relative;
}
.home-3 .home-3-list ul li .msg .icon img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home-3 .home-3-list ul li .msg p {
    font-size: 0.29rem;
    margin: 0.15rem 0 0.05rem;
    line-height: 1;
}
.home-3 .home-3-list ul li .msg span {
    font-size: 0.15rem;
    display: none;
}
.home-3 .home-3-list ul li:hover .msg span {
    display: block;
}
.home-3 .home-3-list ul li .msg a {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.01rem 0.15rem;
    border-radius: 20px;
    margin-top: 0.1rem;
    display: none;
    font-size: 0.16rem;
}
.home-3 .home-3-list ul li:hover .msg {
    transform: scale(1.05);
}
.home-3 .home-3-list ul li:hover .msg a {
    background-color: #e06026;
    border: none;
    display: inline-block;
}
.home-4 {
    /* background: url(../img/home-4_bg1.jpg);
    background-size: cover; */
}
.home-4 .home-4-list,
.home-4 #tabbox,
.home-4 .home-4-list li {
    /* height: calc(100% - 1.35rem); */
    height: 100%;
    /* padding-top: 1.35rem; */
}
.home-4 #tabbox {
    position: relative;
}
.home-4 .home-4-list li {
    width: 33.3%;
    color: #fff;
    padding: 0 0.85rem;
    position: relative;
    transition: all .5s;
    float: left;
    z-index: 3;
}
.home-4 .tab_conbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-4 .tab_con{
    height: 100%;
}
.home-4 .tab_con_1 {
     background: url(../img/home-4_bg1.jpg);
    background-size: cover;
}
.home-4 .tab_con_2 {
     background: url(../img/home-4_bg3.jpg);
    background-size: cover;
}
.home-4 .tab_con_3 {
     background: url(../img/home-4_bg2.jpg);
    background-size: cover;
}
.home-4 .home-4-list .main {
    width: 100%;
    padding: 0 0.85rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.home-4 .home-4-list .icon {
    height: 108px;
    position: relative;
}
.home-4 .home-4-list .icon img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home-4 .home-4-list .title {
    font-size: 0.36rem;
    color: #ffffff;
    text-align: center;
    margin: 0.45rem 0 0;
}
.home-4 .home-4-list .msg {
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: 0.6rem;
    text-indent: 2em;
    line-height: 1.8;
    display: none;
}
.home-4 .home-4-list a {
    display: block;
    width: 1.75rem;
    height: 0.57rem;
    line-height: 0.57rem;
    border: solid 1px #ffffff;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0.55rem auto 0;
}
.home-4 .home-4-list li:first-child::after {
    height: ;
}
.home-4 .home-4-list li:hover {
    background: rgba(21, 86 ,172, 0.8);
    transition: all .5s;
}
.home-4 .home-4-list li:hover .msg {
    display: block;
    transition: all .5s;
}
.home-4 .home-4-list li:hover a {
    background-color: #e06026;
    border: none;
}
.home-5 {
    height: 100%;
    background: url(../img/home-5_bg.jpg) center bottom no-repeat;
    padding: 0 7%;
}
.home-5 .common-title {
    margin-top: 1.5rem;
}
.home-5 .home-5-list {
    margin-top: 0.5rem;
}
.home-5 .home-5-list ul li {
    width: 5.28rem;
	height: 6.22rem;
	background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 0.15rem;
    float: left;
    margin-right: 2%;
}
.home-5 .home-5-list ul li:nth-child(3n){
    margin-right: 0;
}
.home-5 .home-5-list ul li .pic {
    height: 3.4rem;
}
.home-5 .home-5-list ul li .msg {
    margin: 0.4rem 0 0;
} 
.home-5 .home-5-list ul li .msg p {
    font-size: 0.22rem;
    color: #5f5c60;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.home-5 .home-5-list ul li .msg span {
    font-size: 0.15rem;
    color: #737373;
    /* display: block; */
    margin-top: 0.25rem;
}
.home-5 .home-5-list ul li .more {
    width: 1.19rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    background-color: #cccccc;
    border-radius: 30px;
    color: #ffffff;
    margin-top: 0.24rem;
    float: right;
    font-size: 0.15rem;
}
.home-5 .home-5-list ul li:hover {
    border: solid 1px #e06026;
}
/* .home-5 .home-5-list ul li:hover p {
    color: #e06026;
} */
.home-5 .home-5-list ul li:hover .more {
    background-color: #e06026;
}
.section-footer {
    background-color: #ededed;
    padding: 0.7rem 0 0.2rem;
}
.footer,
.copyright {
    width: 12rem;
    margin: 0 auto;
}
.footer .footer-left {
    /* width: 50%; */
    width: 45%;
    float: left;
}
.footer .footer-left .msg {
    margin-bottom: 0.14rem;
}
.footer .footer-left .msg .icon{
    width: 0.32rem;
    height: 0.32rem;
    float: left;
    margin-right: 0.15rem;
}
.footer .footer-left .msg p {
    font-size: 0.18rem;
    color: #69666a;
}
.footer .footer-left .msg p i {
    font-size: 0.24rem;
    font-weight: bold;
}
.footer .footer-left .qrcode {
    width: 1.5rem;
    text-align: center;
    margin-top: 0.35rem;
}
.footer .footer-left .qrcode img {
    width: 1.32rem;
    height: 1.32rem;
    display: block;
    margin: 0 auto 0.1rem;
}
.footer .footer-left .qrcode p {
    font-size: 0.16rem;
    color: #686868;
    line-height: 1.4;
}
.footer .footer-right {
    /* width: 50%; */
    width: 55%;
    float: right;
}
.footer .footer-right .content {
    margin-bottom: 0.35rem;
}
.footer .footer-right .content p {
    font-size: 0.24rem;
    color: #69666a;
    margin-bottom: 0.3rem;
}
.footer .footer-right .content div {
    
}
.footer .footer-right .content div a {
    margin: 0.1rem 0.1rem 0 0;
    font-size: 0.16rem;
    color: #4d4d4d;
}
.footer .footer-right ul {

}
.footer .footer-right ul li {
    float: left;
    margin-right: 0.3rem;
    font-weight: bold;
}
.footer .footer-right ul li a {
    font-size: 0.16rem;
    color: #69666a;
}
.copyright {
    padding-top: 0.2rem;
    border-top: 1px solid rgba(105, 102, 106,0.5);
    margin-top: 0.7rem;
    text-align: center;
    font-size: 0.16rem;
    color: #69666a;
}
.copyright a {
    color: #69666a; 
}
.about-1 {

}
.about-1 .main {
    margin-top: 0.3rem;
}
.about-1 .main img {
    width: 5.12rem;
    height: 2.77rem;
    float: right;
    margin-left: 0.25rem;
}
.about-1 .main p{
    font-size: 0.14rem;
    color: #5f5c60;
    line-height: 2;
    text-indent: 2em;
}
/* .about-1 .main .msg {
    width: 6.71rem;
    float: left;
    line-height: 2;
    text-indent: 2em;
}
.about-1 .main .pic {
    width: 5.12rem;
    height: 2.77rem;
    float: right;
}
.about-1 .content {
    text-indent: 2em;
    margin-top: 0.1rem;
} */
.about-2 {
    margin-top: 0.5rem;
}
.about-2 ul {
    margin-top: 1.33rem;
}
.about-2 ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    position: relative;
    height: 4.6rem;
    border-right: 1px solid #dcdcdc;
    padding-top: 0.45rem;
}
.about-2 ul li:last-child {
    border: none;
}
.about-2 ul li i {
    font-size: 1rem;
    color: #f3f3f3;
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    font-weight: 100;
}
.about-2 ul li .icon {
    width: 1.58rem;
    height: 1.58rem;
    margin: 0 auto;
}
.about-2 ul li .msg {
    margin-top: 0.7rem;
}
.about-2 ul li .msg p {
    font-size: 0.25rem;
    color: #114189;
}
.about-2 ul li .msg p::after {
    display: block;
    content: '';
    width: 0.43rem;
	height: 0.03rem;
    background-color: #e06026;
    margin: 0.15rem auto;
}
.about-2 ul li .msg span {
    font-size: 0.17rem;
    color: #333333;
}
.about-3 {
    background: url(../img/about-3_bg.jpg) center center no-repeat;
    background-size: cover;
}
.about-3 .common-title {
    margin-top: 1.3rem;
}
.about-3 .main {
    /* width: 11.5rem; */
    width: 80%;
    margin: 0.5rem auto 0;
}
.about-4,
.about-5 {
    background-color: #f7f7f7;
}
.about-4 .common-title {
    margin-top: 1.5rem;
}
.about-4 .box {
    position: relative;
    margin-top: 0.5rem;
    padding: 0 0.1rem 1rem;
}
.about-4 .swiper-container {
    margin: 0 0.3rem;
    padding: 0.2rem;
}
.about-4 .swiper-slide {
    padding: 0.15rem;
    background-color: #ffffff;
	box-shadow: 0rem 0.03rem 0.07rem 0rem 
		rgba(18, 55, 141, 0.2);
	border: solid 1px #cccccc;
}
.about-4 .box .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-4 .box .swiper-pagination-bullet {
    width: 0.24rem;
	height: 0.24rem;
    background-color: #c0c0c0;
    opacity: 1;
    margin: 0 0.1rem;
    outline: none;
}
.about-4 .box .swiper-pagination-bullet-active {
    background-color: #e04f1e;
}
.about-4 .pic {
    height: 4.5rem;
    position: relative;
}
.about-4 .pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-4 .swiper-slide p {
    font-size: 0.22rem;
    color: #333333;
    text-align: center;
    margin-top: 0.05rem;
}
.about-4 .swiper-button-prev {
    width: 0.45rem;
	height: 0.45rem;
    background: url(../img/kjcx-detail-4_left.png) center center no-repeat;
    background-size: 100%;
    outline: none;
    left: 0;
    top: 45%;
}
.about-4 .swiper-button-next {
    width: 0.45rem;
	height: 0.45rem;
    background: url(../img/kjcx-detail-4_right.png) center center no-repeat;
    background-size: 100%;
    outline: none;
    right: 0;
    top: 45%;
}
.about-5 {

}
.about-5 .wrap {
    padding: 0.2rem;
    background-color: #ffffff;
	box-shadow: 0rem 0.03rem 0.07rem 0rem 
        rgba(96, 94, 99, 0.2);
    margin-top: 1.5rem;
}
.about-5 .map {
    height: 4.4rem;
    border: solid 1px #ffffff;
}
.about-5 .main {
    margin-top: 0.55rem;
}
.about-5 .main .content {
    width: 50%;
    float: left;
}
.about-5 .main .content .title {
    font-size: 0.24rem;
    color: #11468d;
    /* font-weight: 500; */
}
.about-5 .main .content  .pic {
    width: 1.36rem;
    height: 1.36rem;
    margin-top: 0.1rem;
}
.about-5 .main .content .msg {
    margin-top: 0.35rem;
}
.about-5 .main .content .msg p {
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.15rem;
}
.about-5 .main .content .msg p a {
    color: #666666;
}
.about-5 #dituContent {
    width: 100%;
    height: 100%;
}
.banner-fwly {
    position: relative;
}
.banner-fwly .msg {
    position: absolute;
    left: 4.65rem;
    top: 0.84rem;
}
.banner-fwly .msg p {
    font-size: 0.48rem;
    color: #333333;
    font-weight: bold;
}
.banner-fwly .msg p::after {
    content: '';
    width: 0.78rem;
	height: 0.07rem;
    background-color: #d0271d;
    margin: 0.4rem 0 0.28rem;
    display: block;
}
.banner-fwly .msg span {
    font-size: 0.18rem;
    color: #333333;
}
.page-nav {
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}
.page-nav .nav {
    float: left;
}
.page-nav .nav ul li {
    float: left;
    margin-right: 0.5rem;
}
.page-nav .nav ul li a {
    font-size: 0.18rem;
    color: #666666;
    max-width: 1.5rem;
    display: block;
}
.page-nav .nav ul li.on a,
.page-nav .nav ul li:hover a {
    font-size: 0.18rem;
    color: #e06026;
}
.page-nav .nav ul li.on a::after,
.page-nav .nav ul li:hover a::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.02rem;
    background-color: #e06026;
    margin-top: -0.01rem;
}
.page-nav .crumbs {
    float: right;
    font-size: 0.16rem;
    color: #888888;
}
.page-nav .crumbs img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.12rem;
}
.page-nav .crumbs a {
    color: #888888;
}
.fwly-1 {
    margin-top: 0.94rem;
}
.fwly-1 .main {
    margin-top: 0.7rem;
}
.fwly-1 .pic {
    width: 5rem;
    height: 4.2rem;
    float: left;
}
.fwly-1 .msg {
    width: 7rem;
    float: right;
    margin-top: 0.1rem;
}
.fwly-1 .msg .content:first-child {
    margin-top: 0;
}
.fwly-1 .msg .content {
    margin-top: 0.4rem;
}
.fwly-1 .msg .content .title {
    font-size: 0.24rem;
    color: #515151;
    margin-bottom: 0.2rem;
}
.fwly-1 .msg .content:nth-child(2) .title {
    color: #e06026;
}
.fwly-1 .msg .content p {
    font-size: 0.16rem;
    color: #5f5c60;
    text-indent: 2em;
    line-height: 1.8;
    position: relative;
}
.fwly-1 .msg .content p::before {
    content: '';
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    background-color: #e06026;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.fwly-1 .msg .more {
    width: 1.83rem;
    height: 0.53rem;
    line-height: 0.53rem;
    text-align: center;
	background-color: #11468d;
    border-radius: 0.1rem;
    margin-top: 0.4rem;
}
.fwly-1 .msg .more a {
    font-size: 0.18rem;
    color: #ffffff;
}
.fwly-2 {
    margin-top: 1.13rem;
    padding-bottom: 0.6rem;
}
.fwly-2 .list {
    position: relative;
}
.fwly-2 .swiper-button-prev {
    width: 0.6rem;
	height: 0.6rem;
    background: url(../img/kjcx-detail-4_left.png) center center no-repeat;
    background-size: 100%;
    outline: none;
    left: -0.8rem;
}
.fwly-2 .swiper-button-next {
    width: 0.6rem;
	height: 0.6rem;
    background: url(../img/kjcx-detail-4_right.png) center center no-repeat;
    background-size: 100%;
    outline: none;
    right: -0.8rem;
}
.fwly-2 ul li,
.fwly-2 .swiper-slide {
    /* padding: 0.3rem 0; */
    width: 4rem;
    height: 3rem;
    margin-right: 0.23rem;
    float: left;
    overflow: hidden;
    margin-top: 0.3rem;
}
.fwly-2 ul li .pic,
.fwly-2 .swiper-slide .pic {
    height: 2.6rem;
    position: relative;
}
.fwly-2 ul li img,
.fwly-2 .swiper-slide img {
    min-height: 100%;
    max-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fwly-2 ul li .pic:hover img,
.fwly-2 .swiper-slide .pic:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.fwly-2 ul li p,
.fwly-2 .swiper-slide p {
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
}
.fwly-2 ul li:nth-child(3n){
    margin-right: 0;
}
.banner-kjcx {
    position: relative;
}
.banner-kjcx .msg {
    position: absolute;
    left: 0;
    top: 1.15rem;
    text-align: center;
    width: 100%;
}
.banner-kjcx .msg p {
    font-size: 0.48rem;
    color: #ffffff;
    font-weight: bold;
	text-shadow: 0.02rem 0.03rem 0.03rem
		rgba(0, 0, 0, 0.55);
}
.banner-kjcx .msg span {
    font-size: 0.32rem;
    color: #ffffff;
	text-shadow: 0.02rem 0.03rem 0.03rem
		rgba(0, 0, 0, 0.55);
}
.kjcx-detail-1 {
    margin-top: 0.88rem;
}
.kjcx-detail-1 .common-title {
    margin-bottom: 0.5rem;
}
.kjcx-detail-1 ul li {
    float: left;
    width: 32%;
    height: 2.85rem;
    margin-right: 2%;
}
.kjcx-detail-1 ul li:last-child {
    margin-right: 0;
}
.kjcx-detail-1 ul li img {
    width: 100%;
}
.kjcx-detail-2 {
    margin-top: 0.85rem;
}
.kjcx-detail-2 ul {
    margin-top: 0.5rem;
}
.kjcx-detail-2 ul li {
    width: 4.04rem;
	height: 1.45rem;
	background-color: #1975dc;
    border: solid 1px #bfbfbf;
    color: #fff;
    padding: 0.3rem 0 0 0.27rem;
    float: left;
    margin: 0.18rem 0.18rem 0 0;
    position: relative;
}
.kjcx-detail-2 ul li:nth-child(3n){
    margin-right: 0;
}
.kjcx-detail-2 ul li:nth-child(even){
    width: 4.04rem;
	height: 1.45rem;
	background-color: #454545;
	border: solid 1px #bfbfbf;
}
.kjcx-detail-2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.qiaoliang .kjcx-detail-1 ul li {
    height: 2.3rem;
}
.qiaoliang .kjcx-detail-1 ul li img {
    height: 100%;
}
.qiaoliang .kjcx-detail-2 ul li {
    width: 24.2%;
    margin-right: 1%;
}
.qiaoliang .kjcx-detail-2 ul li:nth-child(3){
    margin-right: 1%;
}
.qiaoliang .kjcx-detail-2 ul li:last-child {
    margin-right: 0;
    margin-top: 0;
}
.kjcx-detail-2 ul li p {
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    line-height: 1;
}
.kjcx-detail-2 ul li p b {
    font-family: Impact;
    font-size: 0.3rem;
    letter-spacing: 0rem;
    margin-right: 0.08rem;
}
.kjcx-detail-2 ul li span {
    font-size: 0.14rem;
    color: #ffffff;
    display: block;
}
.kjcx-detail-2 ul li i {
    font-size: 0.6rem;
    color: #ffffff;
    opacity: 0.03;
    font-weight: bold;
    position: absolute;
    left: 0.22rem;
    bottom: 0;
    line-height: 1;
}
.kjcx-detail-2 .msg {
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #5f5c60;
    margin-top: 0.5rem;
    text-indent: 2em;
}
.kjcx-detail-3 {
    margin-top: 0.9rem;
}
.kjcx-detail-3 ul {
    width: 11.5rem;
    margin: 0.65rem auto 0;
}
.kjcx-detail-3 ul li {
    width: 3.43rem;
    height: 4.84rem;
    margin-right: 0.57rem;
    float: left;
}
.kjcx-detail-3 ul li:nth-child(3){
    margin-right: 0;
}
.kjcx-detail-4 {
    margin-top: 1.1rem;
    margin-bottom: 0.87rem;
}
.kjcx-detail-4 .box {
    position: relative;
    margin-top: 0.77rem;
}
.kjcx-detail-4 .swiper-container {
    width: 11rem;
    margin: 0 auto;
}
.kjcx-detail-4 .swiper-slide {
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    padding: 0.1rem;
}
.kjcx-detail-4 .swiper-slide .pic {
    height: 1.8rem;
}
.kjcx-detail-4 .swiper-slide .msg {
    padding-top: 0.2rem;
    padding-bottom: 0.05rem;
}
.kjcx-detail-4 .swiper-slide .msg p {
    float: left;
    font-size: 0.18rem;
    color: #5f5c60;
    font-weight: bold;
    line-height: 1.2;
    height: 0.35rem;
}
.kjcx-detail-4 .swiper-slide .msg i {
    display: block;
    float: right;
    /* width: 0.73rem; */
    height: 0.23rem;
    line-height: 0.23rem;
    padding: 0 0.1rem;
    text-align: center;
	background-color: #808080;
    border-radius: 0.1rem;
    font-size: 0.12rem;
    color: #ffffff;
}
.kjcx-detail-4 .swiper-slide:hover {
    border: solid 1px #e06026;
}
.kjcx-detail-4 .swiper-slide:hover p {
    color: #e06026;
}
.kjcx-detail-4 .swiper-slide:hover i {
    background-color: #e06026;
}
.kjcx-detail-4 .swiper-button-prev {
    width: 0.3rem;
	height: 0.3rem;
    background: url(../img/kjcx-detail-4_left.png) center center no-repeat;
    background-size: 100%;
    outline: none;
}
.kjcx-detail-4 .swiper-button-next {
    width: 0.3rem;
	height: 0.3rem;
    background: url(../img/kjcx-detail-4_right.png) center center no-repeat;
    background-size: 100%;
    outline: none;
}
.kjcx {

}
.kjcx .content {
    padding-bottom: 0.5rem;
    border-bottom: 0.04rem solid #c8c8c8;
    margin-top: 1.09rem;
}
.kjcx .content .pic {
    width: 3.48rem;
    height: 4.49rem;
    float: left;
    margin-left: 0.94rem;
    position: relative;
    top: 0;
    transition: all .5s;
}
.kjcx .content:hover .pic {
    top: -0.2rem;
    transition: all .5s;
}
.kjcx .content .box {
    float: right;
    position: relative;
    margin-top: 0.91rem;
    margin-right: 1.17rem;
}
.kjcx .content .box i {
    font-size: 3.14rem;
    color: #1e5cb3;
    opacity: 0.08;
    position: absolute;
    right: -1.2rem;
    top: -1.5rem;
    line-height: 1;
    pointer-events: none;
}
.kjcx .content .msg {
    width: 5.12rem;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0.18rem 0.31rem 0.21rem 0rem 
		rgba(0, 0, 0, 0.08);
    border: solid 1px #cccccc;
    padding: 0.3rem 0.3rem 0.8rem;
    position: relative;
}
.kjcx .content .msg:hover {
    border: 1px solid #114189;
}
.kjcx .content .msg p {
    font-size: 0.24rem;
    color: #515151;
}
.kjcx .content .msg p::after {
    content: '';
    display: block;
    width: 0.38rem;
	height: 0.02rem;
    background-color: #333333;
    margin: 0.15rem 0;
}
.kjcx .content .msg span {
    font-size: 0.14rem;
    color: #5f5c60;
    line-height: 1.6;
    display: block;
}
.kjcx .content .msg a {
    display: block;
    width: 0.97rem;
    height: 0.33rem;
    line-height: 0.33rem;
    text-align: center;
	background-color: #fff;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    color: #114189;
    margin-top: 0.2rem;
    position: absolute;
    bottom: 0.32rem;
}
.kjcx .content .msg:hover a {
	background-color: #114189;
    color: #fff;
} 
.kjcx .content-right {
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.kjcx .content-right .pic {
    width: 3.5rem;
	height: 4.06rem;
    float: right;
    margin-left: 0;
    margin-right: 0.7rem;
}
.kjcx .content-right .box {
    margin: 0.9rem 0 0 0;
    float: left;
}
.kjcx .content-right .msg {
    margin-left: 0.64rem;
}
.kjcx .content-3 {
    margin-top: 0.5rem;
    padding-bottom: 1.3rem;
    border: none;
}
.kjcx .content-3 .pic {
    width: 4.75rem;
	height: 4.81rem;
}
.kjcx .content-3 .box {
    margin-top: 1.33rem;
}
.banner-news .msg p {
    color: #fff;
}
.banner-news .msg p::after {
    margin: 0.4rem 0 0.1rem;
}
.banner-news .msg span {
    font-size: 0.32rem;
    color: #dedede;
}
.news {
    padding-bottom: 0.79rem;
}
.news .list-news {
    width: 14.6rem;
    margin: 0 auto;
}
.news .list-news ul li {
    padding: 0.5rem 1.1rem 0.6rem 0.9rem;
    border-bottom: 1px dashed #e5e5e5;
    transition: all .5s;
}
.news .list-news .pic {
    width: 3.44rem;
    height: 2.31rem;
    float: left;
    margin-right: 0.55rem;
}
.news .list-news .msg {
    width: 8.5rem;
    float: left;
    margin-top: 0.25rem;
}
.news .list-news .msg p {
    font-size: 0.24rem;
    color: #5f5c60;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.news .list-news .msg span {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #5f5c60;
    display: block;
    margin-bottom: 0.05rem;
}
.news .list-news .msg .time {
    font-size: 0.16rem;
    color: #888888;
    float: left;
    margin-top: 0.1rem;
}
.news .list-news .msg .time img {
    width: 0.15rem;
    height: 0.16rem;
    vertical-align: initial;
    line-height: 1;
}
.news .list-news .msg .more {
    width: 0.86rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
	background-color: #999999;
    border-radius: 0.1rem;
    font-size: 0.14rem;
    color: #ffffff;
    float: right;
}
.news .list-news li:hover {
    padding: 0.4rem 0 0.45rem 0.5rem;
    transition: all .5s;
    background-color: #ffffff;
	box-shadow: 0rem 0rem 0.4rem 0rem 
		rgba(221, 221, 221, 0.7);
}
.news .list-news li:hover .pic {
    width: 3.44rem;
    height: 2.31rem;
}
.news .list-news li:hover .msg .more{
    background-color: #e06026;
}
.paging {
    text-align: center;
}
.paging ol {
    display: inline-block;
}
.paging ol li {
    width: 0.37rem;
    height: 0.37rem;
    line-height: 0.37rem;
    float: left;
    margin: 0 0.07rem;
}
.paging ol li a {
    font-size: 0.18rem;
    color: #888888;
    display: block;
}
.paging ol li.on,
.paging ol li:hover {
    background-color: #114189;
}
.paging ol li.on a,
.paging ol li:hover a {
    color: #fff;
}
.paging ol li img {
    width: 0.13rem;
}
.paging ol li:first-child,
.paging ol li:last-child {
    background-color: #e5e5e5;
}
.news .paging {
    margin: 0.44rem 0 0 0;
}
.new-detail {
    margin-top: 0.4rem;
    padding-bottom: 1.3rem;
}
.new-detail img {
    width: auto;
    margin: 0.1rem auto;
    display: block;
}
.new-detail .title {
    font-size: 0.28rem;
    color: #5f5c60;
    text-align: center;
    font-weight: bold;
}
.new-detail .time {
    font-size: 0.16rem;
    color: #5f5c60;
    margin: 0.19rem 0 0.5rem;
    text-align: center;
}
.new-detail .article {
    font-size: 0.16rem;
    color: #5f5c60;
    line-height: 2;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dcdcdc;
}
.new-detail .article-paging {
    margin-top: 0.2rem;
}
.new-detail .article-paging ol li {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 0.14rem;
    color: #5f5c60;
}
.new-detail .article-paging ol li a {
    color: #5f5c60;
}
.new-detail .article-paging ol li:last-child {
    text-align: right;
}
.zlypt-1 {
    margin-top: 0.95rem;
}
.zlypt-1 .pic {
    width: 4.14rem;
    margin-left: 0.28rem;
    float: left;
    position: relative;
    top: 0;
    transition: all .5s;
}
.zlypt-1:hover .pic {
    top: -0.2rem;
    transition: all .5s;
}
.zlypt-1 .msg {
    width: 6.7rem;
    float: right;
    margin-right: 0.33rem;
    margin-top: 0.3rem;
}
.zlypt-1 .msg p {
    font-size: 0.36rem;
    color: #222222;
}
.zlypt-1 .msg p::after {
    content: '';
    display: block;
    width: 0.3rem;
    height: 0.04rem;
    display: block;
    margin: 0.26rem 0 0.22rem;
    background: #d7d7d7;
}
.zlypt-1 .msg span {
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.32rem;
}
.zlypt-1 .msg span i {
    color: #e06026;
}
.zlypt .zlypt-title {
    font-size: 0.36rem;
    color: #222222;
    text-align: center;
}
.zlypt-2 {
    margin-top: 1.38rem;
}
.zlypt-2 ul {
    margin-top: 0.64rem;
}
.zlypt-2 ul li {
    width: 3.8rem;
    height: 3rem;
    position: relative;
    text-align: center;
    margin: 0.4rem 0.3rem 0 0;
    float: left;
}
.zlypt-2 ul li:nth-child(3n){
    margin-right: 0;
}
.zlypt-2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.zlypt-2 ul li .msg {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 100%;
    padding: 0 0.2rem; */
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translate(-50%,-50%); */
    color: #ffffff;
    width: 100%;
    padding: 0 0.2rem;
    margin-top: 1rem;
    transition: all .5s;
}
.zlypt-2 ul li:hover .msg{
    margin-top: 0.45rem;
    transition: all .5s;
}
.zlypt-2 ul li .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.zlypt-2 ul li .icon img {
    width: auto;
}
.zlypt-2 ul li .msg p {
    font-size: 0.24rem;
    margin: 0.15rem 0 0.1rem;
}
.zlypt-2 ul li .msg span {
    font-size: 0.16rem;
    display: none;
}
.zlypt-2 ul li:hover .msg span {
    display: block;
}
.zlypt-3 {
    margin-top: 1.5rem;
}
.zlypt-3 ul {
    margin-top: 0.68rem;
}
.zlypt-3 ul li {
    width: 3.7rem;
	height: 3rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.12rem 0rem 
		rgba(0, 0, 0, 0.15);
    border: solid 0.01rem #e5e5e5;
    padding: 0.15rem;
    float: left;
    margin: 0.8rem 0.4rem 0 0;
}
.zlypt-3 ul li:nth-child(-n+3){
    margin-top: 0;
}
.zlypt-3 ul li:nth-child(3n){
    margin-right: 0;
}
.zlypt-3 ul li .pic {
    height: 2.3rem;
}
.zlypt-3 ul li p {
    font-size: 0.24rem;
    color: #484848;
    text-align: center;
}
.zlypt-4 {
    background: url(../img/zlypt-4_bg.jpg) center center no-repeat;
    padding: 0.98rem 0;
    margin-top: 1.4rem;
}
.zlypt-4 .zlypt-title {
    color: #fff;
}
.zlypt-4 .box {
    margin: 0.7rem 3.13% 0;
    position: relative;
}
.zlypt-4 .box .swiper-container {
    width: 16.16rem;
    margin: 0 auto;
}
.zlypt-4 .box .pic {
    height: 2.35rem;
    overflow: hidden;
}
.zlypt-4 .box .pic img {
    min-height: 100%;
}
.zlypt-4 .box .msg {
    padding: 0.1rem 0.2rem 0.25rem;
    background-color: #ffffff;
}
.zlypt-4 .box .msg p {
    font-size: 0.24rem;
    color: #000000;
    border-bottom: 1px solid rgba(215, 215, 215,0.67);
    padding-bottom: 0.05rem;
}
.zlypt-4 .box .msg span {
    font-size: 0.18rem;
    color: #484848;
    display: block;
    margin-top: 0.05rem;
    height: 0.55rem;
}
.zlypt-4 .box .msg .more {
    width: 1.6rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
	border-radius: 0.19rem;
    border: solid 1px #d7d7d7;
    font-size: 0.16rem;
    color: #666666;
    margin: 0.3rem auto 0;
}
.zlypt-4 .box .swiper-slide:hover .more {
    background-color: #e06026;
    color: #ffffff;
    border: 1px solid #e06026;
}
.zlypt-4 .box .swiper-button-prev {
    background: url(../img/zlypt-4_left.png) center center no-repeat;
    background-size: 100%;
    width: 0.2rem;
    height: 0.38rem;
    outline: none;
}
.zlypt-4 .box .swiper-button-next {
    background: url(../img/zlypt-4_right.png) center center no-repeat;
    background-size: 100%;
    width: 0.2rem;
    height: 0.38rem;
    outline: none;
}
.zlypt-5 {
    margin-top: 1.5rem;
    margin-bottom: 0.9rem;
}
.zlypt-5 .box {
    margin-top: 0.7rem;
}
.zlypt-5 .recommend {
    width: 5.4rem;
    float: left;
    margin-left: 0.3rem;
}
.zlypt-5 .recommend .pic {
    height: 3.38rem;
}
.zlypt-5 .recommend .msg {
    padding: 0 0.2rem 0 0.3rem;
}
.zlypt-5 .recommend .msg p {
    font-size: 0.24rem;
    color: #333333;
    margin: 0.05rem 0;
}
.zlypt-5 .recommend .msg p a {
    color: #333333;
}
.zlypt-5 .recommend .msg span {
    font-size: 0.16rem;
    color: #666666;
}
.zlypt-5 .list {
    width: 5.35rem;
    float: right;
}
.zlypt-5 .list ul li {
    border-bottom: 1px dashed #d7d7d7;
    padding: 0.12rem 0 0.12rem 0.42rem;
    background: url(../img/zlypt-5_icon_1.png) center left no-repeat;
}
.zlypt-5 .list ul li a {
    font-size: 0.2rem;
    color: #666666;
}
.zlypt-5 .list ul li:hover a {
    color: #e06026;
}
.jjfa {
    margin-top: 0.67rem;
}
.jjfa .wrap {
    width: 10.4rem;
    position: relative;
}
.jjfa-1 .title {
    font-size: 0.36rem;
    color: #484848;
    text-align: center;
}
.jjfa-1 .main {
    margin-top: 0.3rem;
}
.jjfa-1 .main .pic {
    margin-bottom: 0.3rem;
}
.jjfa-1 .main img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jjfa-1 .main p {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.28rem;
}
.jjfa-1 .main p img {
    margin-top: 0.15rem;
}
.zlypt-side {
    padding-left: 0.2rem;
    position: absolute;
    right: -2.4rem;
    top: 0;
}
.zlypt-side::before {
    content: '';
    display: block;
    border-left: 1px dashed #666666;
    height: 99%;
    position: absolute;
    left: 0;
    top: 0.02rem;
}
.zlypt-side ul li {
    line-height: 1;
    position: relative;
    margin-bottom: 0.35rem;
}
.zlypt-side ul li a {
    font-size: 0.18rem;
    color: #484848;
}
.zlypt-side ul li::after {
    content: '';
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background: url(../img/zlypt-side_icon_1.jpg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -0.29rem;
    top: 50%;
    transform: translateY(-50%);
}
.zlypt-side ul li.on a,
.zlypt-side ul li:hover a{
    color: #e06026;
    font-weight: bold;
}
.zlypt-side ul li.on::after,
.zlypt-side ul li:hover::after {
    background: url(../img/zlypt-side_icon_2.jpg) center center no-repeat;
    background-size: 100%;
}
.zlypt-side ul li:last-child {
    margin-bottom: 0;
}
.jjfa-table {
    margin-top: 0.87rem;
}
.jjfa .jjfa-bottom {
    margin-top: 1rem;
}
.yjsb .wrap {
    width: 9.67rem;
    margin: 0 auto;
}
.yjsb .zlypt-side {
    right: -3.2rem;
}
.yjsb .jjfa-1 {
    text-align: center;
}
.yjsb .jjfa-1 .pic {
    margin:0.3rem 0;
}
.yjsb .jjfa-1 ul {
    display: inline-block;
}
.yjsb .jjfa-1 ul li {
    float: left;
    margin: 0 0.48rem;
}
.yjsb .jjfa-1 ul li p {
    font-size: 0.18rem;
    color: #484848;
    margin-top: 0.14rem;
}
.banner-xqhz .msg span {
    font-size: 0.32rem;
    color: #333333;
}
.xqhz-1 {
    margin-top: 0.7rem;
}
.xqhz-1 .xqhz-table {

}
.xqhz-1 .title {
    font-size: 0.3rem;
    color: #5f5c60;
    text-align: center;
}
.xqhz-1 form {
    margin-top: 0.42rem;
}
.xqhz-1 form input[type=text] {
    width: 4.03rem;
	height: 0.53rem;
	border-radius: 0.1rem;
    border: solid 1px #999999;
    text-indent: 0.15rem;
    margin-right: 0.14rem;
    font-size: 0.14rem;
    color: #999999;
}
.xqhz-1 form input[type=text]:nth-child(3) {
    margin-right: 0;
    float: right;
}
.xqhz-1 form textarea {
    width: 100%;
	height: 1.53rem;
	border-radius: 0.1rem;
    border: solid 1px #999999;
    display: block;
    margin: 0.4rem 0 0.35rem;
    resize: none;
}
.xqhz-1 form input[type=submit] {
    width: 4.03rem;
	height: 0.54rem;
	background-color: #11468d;
    border-radius: 0.1rem;
    margin: 0 auto;
    border: none;
    font-size: 0.24rem;
    color: #ffffff;
    display: block;
}
.xqhz-map {
    background: url(../img/map_bg.jpg) center top no-repeat;
    background-size: 100%;
    margin-top: 0.9rem;
}
.xqhz-map .box {
    padding-top: 0.5rem;
}
.xqhz-map .box .title {
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
}
.xqhz-map .box ul {
    width: 12rem;
    margin: 0.75rem auto 0;
}
.xqhz-map .box ul li {
    font-size: 0.24rem;
    float: left;
    color: #ffff;
    text-align: center;
    border-right: 1px solid rgba(246, 246, 246, 0.5);
    padding: 0.35rem 0;
}
.xqhz-map .box ul li:first-child {
    width: 22%;
}
.xqhz-map .box ul li:nth-child(2){
    width: 52%;
}
.xqhz-map .box ul li:last-child {
    float: right;
    width: 26%;
    border-right: none;
}
.xqhz-map .box ul li img {
    width: auto;
    display: block;
    margin: 0 auto 0.5rem;
    position: relative;
    top: 0;
    transition: all .5s;

}
.xqhz-map .box ul li:hover img {
    top: -0.15rem;
    transition: all .5s;
}
.xqhz-map .map{
    width: 12.2rem;
    height: 4.8rem;
    margin: 0.68rem auto 1.08rem;
    background-color: #ffffff;
	box-shadow: 0rem 0.03rem 0.07rem 0rem 
        rgba(96, 94, 99, 0.2);
    padding: 0.2rem;
}
.xqhz-map .map  #dituContent {
    width: 100%;
    height: 100%;
}
.zxns-1 {
    margin-top: 0.5rem;
}
.zxns-content {
    text-align: center;
}
.zxns-content p {
    font-size: 0.45rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.zxns-content span {
    display: block;
    font-size: 0.2rem;
    color: #333333;
    line-height: 2;
}
.zxns-content img {
    margin-top: 0.7rem;
}
.zxns-2 {
    margin-top: 0.6rem;
}
.zxns-2 ul {
    margin-top: 0.54rem;
}
.zxns-2 ul li {
    width: 25%;
    float: left;
    padding-right: 0.01rem;
    position: relative;
}
.zxns-2 ul li .pic {
    cursor: auto;
}
.zxns-2 ul li .msg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zxns-2 ul li .msg .icon {
    height: 1.2rem;
    position: relative;
}
.zxns-2 ul li .msg .icon img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zxns-2 ul li .msg p {
    font-size: 0.45rem;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.2rem;
}
.zxns-3 {
    margin-top: 0.8rem;
}
.zxns-3 #tabbox {
    margin-top: 0.7rem;
}
.zxns-3 .tabs {
    border-bottom: 1px solid #dcdcdc;
}
.zxns-3 .tabs li {
    float: left;
    margin: 0 0.35rem;
    padding-bottom: 0.3rem;
    position: relative;
}
.zxns-3 .tabs li.thistab::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e06026;
    position: absolute;
    left: 0;
    bottom: -1px;
    /* border-bottom: 2px solid #e06026; */
}
.zxns-3 .tabs li.thistab a {
    color: #e06026;
}
.zxns-3 .tab_con li {
    display: block !important;
}
.zxns-3 .tab_con li .top {
    border-bottom: 1px solid #dcdcdc;
    padding: 0.35rem 0.15rem;
    cursor: pointer;
}
.zxns-3 .tab_con li .top i {
    font-size: 0.18rem;
    color: #808080;
    float: left;
}
.zxns-3 .tab_con li .top p {
    font-size: 0.18rem;
    color: #333333;
    margin-left: 1.22rem;
    float: left;
}
.zxns-3 .tab_con li .top span {
    font-size: 0.18rem;
    color: #333333;
    float: right;
}
.zxns-3 .tab_con li .hide {
    margin: 0.42rem 0 0 0.32rem;
    display: none;
}
.zxns-3 .tab_con li .hide .title {
    font-size: 0.24rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.zxns-3 .tab_con li .hide .content {
    margin-bottom: 0.4rem;
}
.zxns-3 .tab_con li .hide .content p {
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.9;
}
.zxns-3 .tab_con li .hide .content span {
    color: #e06026;
    margin-right: 0.05rem;
}
.zxns-bottom {
    margin-top: 0.9rem;
}